AttitudeIndicator

Instrument that informs about the drone current attitude (i.e. pitch and roll angles).

This instrument can be obtained from a drone using: drone.getInstrument(AttitudeIndicator::class.java)

See also

Drone.getInstrument

Properties

Link copied to clipboard
abstract val pitch: Double?

Current pitch angle of the drone.

Link copied to clipboard
abstract val roll: Double?

Current roll angle of the drone, in degrees in range ]-180, 180].